python/python3: remove zlib/host dependency
authorHauke Mehrtens <[email protected]>
Sat, 28 Apr 2018 14:20:44 +0000 (16:20 +0200)
committerHauke Mehrtens <[email protected]>
Sat, 28 Apr 2018 14:20:44 +0000 (16:20 +0200)
zlib is now a host tool and the zlib/host package was removed. this
dependency is not needed any more as there will always be a zlib host
library.

Signed-off-by: Hauke Mehrtens <[email protected]>
lang/python/python/Makefile
lang/python/python3/Makefile

index 0948e350075b9a52e01ba00aa5752a2bcd7e7515..26c9ada9c068e71896ec024157404989ec103333 100644 (file)
@@ -40,7 +40,7 @@ PKG_CONFIG_DEPENDS:= \
        CONFIG_PYTHON_BLUETOOTH_SUPPORT
 
 PKG_BUILD_DEPENDS:=python/host
-HOST_BUILD_DEPENDS:=bzip2/host expat/host zlib/host
+HOST_BUILD_DEPENDS:=bzip2/host expat/host
 
 include $(INCLUDE_DIR)/host-build.mk
 include $(INCLUDE_DIR)/package.mk
index 85952c29868b368b36f6f25500196f42a73003c0..c14e3ee95eb3951da4aa1cd34d88b25e794cb15d 100644 (file)
@@ -43,7 +43,7 @@ PKG_CONFIG_DEPENDS:= \
        CONFIG_PYTHON3_BLUETOOTH_SUPPORT
 
 PKG_BUILD_DEPENDS:=python3/host
-HOST_BUILD_DEPENDS:=bzip2/host expat/host libffi/host zlib/host
+HOST_BUILD_DEPENDS:=bzip2/host expat/host libffi/host
 
 include $(INCLUDE_DIR)/host-build.mk
 include $(INCLUDE_DIR)/package.mk